Forgotten file
authorMatthias Clasen <matthiasc@src.gnome.org>
Sat, 5 Jul 2008 18:29:09 +0000 (18:29 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 5 Jul 2008 18:29:09 +0000 (18:29 +0000)
svn path=/trunk/; revision=20781

gtk/tests/object.c

index c24ba9f7df1d5135243ef7932d1d89a133d1c5ac..ae61cf6a6fe468775c75b88ae7a08fe3ad0db45d 100644 (file)
@@ -78,6 +78,8 @@ list_ignore_properties (gboolean buglist)
     { "GtkFileChooserButton",   "action",               (void*) GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER },
     { "GtkFileChooserWidget",   "select-multiple",      (void*) 0x1 },                  /* property conflicts */
     { "GtkFileChooserDialog",   "select-multiple",      (void*) MATCH_ANY_VALUE },      /* property disabled */
+    { "GtkMenu",                "accel-path",           (void*) MATCH_ANY_VALUE },      /* has odd restrictions in the setter */
+    { "GtkMenuItem",            "accel-path",           (void*) MATCH_ANY_VALUE },      /* has odd restrictions in the setter */
     { "GtkRecentChooserMenu",   "select-multiple",      (void*) MATCH_ANY_VALUE },      /* property disabled */
     { "GtkTextView",            "overwrite",            (void*) MATCH_ANY_VALUE },      /* needs text buffer */
     { "GtkToolbar",             "icon-size",            (void*) GTK_ICON_SIZE_INVALID },